home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 4
/
PC World Interactive 4.iso
/
share
/
masaustu
/
arj260x.exe
/
ARJDISP.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-11-16
|
437b
|
16 lines
REM ARJDISP.BAT
REM Batch file to demonstrate special ARJ display feature
echo off
echo ARJDISP demonstration batch program
if not exist ARJ260X.EXE goto error
if not exist ARJ.EXE goto error
if not exist ARJ$DISP.EXE goto error
arj$disp test
goto end
:error
echo To run this program, the files ARJ.EXE, ARJ$DISP.EXE, and ARJ260X.EXE
echo should all be in this directory. This program will not write to any files.
:end